| 1. | An instruction sequence in programmed instruction 指令程序编排指令中的指令次序 |
| 2. | A path is an instruction sequence that threads through the program from entry to final exit 路径是程序从入口到退出的指令顺序。 |
| 3. | In normal usage , java source code is translated into bytecode instruction sequences by a compiler 通常,编译器把java源代码翻译成字节码指令序列。 |
| 4. | In response , the packet unit concatenates data words of an instruction sequence into contiguous blocks 行为上,封装单元连接指令串中的资料成为一个连续的区块。 |
| 5. | Bytecode method matching in jibx 1 . x is based on comparing the method signatures , along with the actual binary bytecode instruction sequences for the methods Jibx 1 . x的字节码方法匹配基于对方法签名和方法的二进制字节码指令序列的比较。 |
| 6. | Rather than manipulating bytecode instructions directly , asm uses a visitor pattern to process class data including instruction sequences as streams of events Asm并不直接操纵字节码指令,而是采用visitor模式把类数据(包括指令序列)当成事件流来处理。 |
| 7. | If any detail of a generated bytecode instruction sequence is wrong , the class containing that bytecode will fail verification when you attempt to load it into a jvm 如果生成的字节码指令序列的任何细节有误,那么把包含这个字节码的类装入jvm时,检验就会失败。 |
| 8. | The nearest equivalent to the bytecode approach of comparing method signatures and instruction sequences is to match the sequence of java language tokens comprising the source code for a method 其中一种方式是匹配一个方法的java语言标志(包括源代码)序列,这是与字节码比较方法签名和指令序列的方法最相近的方式。 |
| 9. | Interface can be used to add annotations or special attributes for the method , but also provides the interface for generating the actual bytecode instruction sequence that makes up the body of the method Org . objectweb . asm . methodvisitor接口的实例)可以用于为方法添加注释或特殊属性,但是也为生成构成方法主体的实际字节码指令序列提供了接口。 |
| 10. | The queue entries also have indicators that indicate whether or not a starting or final data word of an instruction sequence is contained in the queue entry and if so , an offset indicating the particular starting or final data word 在伫列中的单元亦有指示器指明是否包含一个指令串的开头或结尾,并有相关的位移值指明此一指令串的开头或结束位置。 |